module Base
{
	imports {
		Base
		}
	
	
	item GasMaskFilter
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   Gas Mask Filter,
		Icon	=	GasMaskFilter,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = GasMaskFilter,
	}

	item BearDetector
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   Bear Detector,
		Icon	=	BearDetector,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = BearDetector,
	}
	item EchoDetector
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   Echo Detector,
		Icon	=	EchoDetector,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = EchoDetector,
	}
	item DosimeterDetector
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   Dosimeter,
		Icon	=	DosimeterDetector,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = DosimeterDetector,
	}
	item GeigerCounterDetector
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   Geiger Counter,
		Icon	=	GeigerCounterDetector,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = GeigerCounterDetector,
	}
	item GilkaDetector
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   Gilka Detector,
		Icon	=	GilkaDetector,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = GilkaDetector,
	}
	item VelesDetector
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   Veles Detector,
		Icon	=	VelesDetector,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = VelesDetector,
	}
	item PDADetector
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   PDA,
		Icon	=	PDA,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = PDADetector,
	}
	
}